home *** CD-ROM | disk | FTP | other *** search
- /* $VER: Mousek.e 1.1 (7.5.94) ©1994 Michael Askin
- ** Return code is mouse button status.
- ** 0 - No button pressed
- ** 1 - Left button
- ** 2 - Right button
- ** 3 - Both buttons
- **
- ** Language : AmigaE 2.1b
- */
-
- PROC main()
- VOID('$VER: Mousek 1.1 (7.05.94) ©1994 Michael Askin.. Return code is mouse button status')
- CleanUp(Mouse())
- ENDPROC
-
-